toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.ui.event
/
[jvm]KeyReleased
Key
Released
public
interface
KeyReleased
implements
KeyEvent
An event indicating that a keyboard key has been released.
Members
Types
Builder
Link copied to clipboard
public
final
class
Builder
A builder of
KeyReleased
.
Functions
key
Code
Link copied to clipboard
public
KeyCode
keyCode
(
)
Returns the code of the key.
key
Location
Link copied to clipboard
public
KeyLocation
keyLocation
(
)
Returns the location of the key on the keyboard.
key
Modifiers
Link copied to clipboard
public
KeyModifiers
keyModifiers
(
)
Returns the keyboard modifiers applied.
new
Builder
Link copied to clipboard
public
static
KeyReleased.Builder
newBuilder
(
KeyCode
keyCode
)
Creates a new
KeyReleased
builder with the given required parameters.